home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 60.zip
/
BS1 part 60
/
Kick Pascal v2.10 d1.adf
/
INCLUDE
/
consolehandle.h
< prev
next >
Wrap
Text File
|
1990-11-01
|
311b
|
17 lines
{$if not def CONSOLEHANDLE_H }
Const
CONSOLEHANDLE_H = 4711;
Type
ConsoleHandle = Record
Link: ^Ptr;
Size: Long;
Special1, Special2: Ptr;
ReadIO: IOStdReq;
WriteIO: IOStdReq;
ReadPort: MsgPort;
WritePort: MsgPort;
Buffer, Pos, Len: Word;
Line: STRING[80]
End;
{$endif}